YNQ  YNQ-1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
CCFindFileDataA Struct Reference

#include <ccapi.h>

Data Fields

NQ_UINT32 fileAttributes
 
NQ_UINT32 creationTimeLow
 
NQ_UINT32 creationTimeHigh
 
NQ_UINT32 lastAccessTimeLow
 
NQ_UINT32 lastAccessTimeHigh
 
NQ_UINT32 lastWriteTimeLow
 
NQ_UINT32 lastWriteTimeHigh
 
NQ_UINT32 changeTimeLow
 
NQ_UINT32 changeTimeHigh
 
NQ_UINT32 fileSizeLow
 
NQ_UINT32 fileSizeHigh
 
NQ_UINT32 allocationSizeLow
 
NQ_UINT32 allocationSizeHigh
 
NQ_UINT32 fileNameLength
 
NQ_CHAR fileName [CM_BUFFERLENGTH(NQ_CHAR, UD_FS_FILENAMECOMPONENTLEN)]
 

Detailed Description

This structure is used when calling ccFindFirstFile() and ccFindNextFile() calls.

Field Documentation

NQ_UINT32 CCFindFileDataA::fileAttributes

file attributes as defined in File attributes module

NQ_UINT32 CCFindFileDataA::creationTimeLow

low 32 bits of file creation time

NQ_UINT32 CCFindFileDataA::creationTimeHigh

high 32 bits of file creation time

NQ_UINT32 CCFindFileDataA::lastAccessTimeLow

low 32 bits of file last access time

NQ_UINT32 CCFindFileDataA::lastAccessTimeHigh

high 32 bits of file last access time

NQ_UINT32 CCFindFileDataA::lastWriteTimeLow

low 32 bits of file last write time

NQ_UINT32 CCFindFileDataA::lastWriteTimeHigh

high 32 bits of file last write time

NQ_UINT32 CCFindFileDataA::changeTimeLow

low 32 bits of file change time

NQ_UINT32 CCFindFileDataA::changeTimeHigh

high 32 bits of file change time

NQ_UINT32 CCFindFileDataA::fileSizeLow

low 32 bits of file data size

NQ_UINT32 CCFindFileDataA::fileSizeHigh

high 32 bits of file data size

NQ_UINT32 CCFindFileDataA::allocationSizeLow

low 32 bits of file allocation size

NQ_UINT32 CCFindFileDataA::allocationSizeHigh

high 32 bits of file allocation size

NQ_UINT32 CCFindFileDataA::fileNameLength

file name length in characters

NQ_CHAR CCFindFileDataA::fileName[CM_BUFFERLENGTH(NQ_CHAR, UD_FS_FILENAMECOMPONENTLEN)]

file name buffer


The documentation for this struct was generated from the following file: